home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000448_news@columbia.edu _Sat Apr 20 12:28:05 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id MAA03288 for <kermit.misc@watsun>; Sat, 20 Apr 1996 12:28:05 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id MAA24657 for kermit.misc@watsun; Sat, 20 Apr 1996 12:28:00 -0400 (EDT)
  4. Path: news.columbia.edu!lamont.ldeo.columbia.edu!news.er.usgs.gov!stc06.ctd.ornl.gov!fnnews.fnal.gov!uwm.edu!vixen.cso.uiuc.edu!howland.reston.ans.net!newsfeed.internetmci.com!globe.indirect.com!monty
  5. From: monty@indirect.com (Jim Monty)
  6. Newsgroups: comp.sys.hp48,comp.protocols.kermit.misc
  7. Subject: Re: [Q] HP48GX Kermit <> MS-DOS Kermit 3.14 Transfers
  8. Followup-To: comp.sys.hp48,comp.protocols.kermit.misc
  9. Date: 19 Apr 1996 22:46:57 GMT
  10. Lines: 56
  11. Message-ID: <4l9551$99s@globe.indirect.com>
  12. References: <4ksoa8$f75@globe.indirect.com> <4ktq0m$36u@apakabar.cc.columbia.edu>
  13. NNTP-Posting-Host: bud.indirect.com
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Xref: news.columbia.edu comp.sys.hp48:48631 comp.protocols.kermit.misc:5120
  16.  
  17. On 15 Apr 1996 15:29:26 GMT, Frank da Cruz (fdc@watsun.cc.columbia.edu) wrote:
  18. > In article <4ksoa8$f75@globe.indirect.com>,
  19. > Jim Monty <monty@indirect.com> wrote:
  20. > : [Article cross-posted to comp.protocols.kermit.misc and comp.sys.hp48]
  21. > : 
  22.      [...]
  23.  
  24. > This question comes up rather often, and I'd add it to our FAQ if I
  25. > actually knew the answer.  Below are several contradictory messages which
  26. > might or might not help.
  27.  
  28.      [...]
  29.  
  30.      Thank you, Frank, for posting those suggestions. They quickly solved my
  31. problem. (You're a pro!)
  32.  
  33.      Because I have an HP48GX (i.e., not an HP48S/SX), and because I know
  34. _it_ (the GX model) uses XON/XOFF flow control signals, I used Randy Ding's
  35. (randyd@crl.com) suggestions that included
  36.  
  37.      SET FLOW-CONTROL XON/XOFF
  38.  
  39. and
  40.  
  41.      SET CONTROL-CHARACTER PREFIXED ALL.
  42.  
  43. I also pirated his idea to define a macro. This is what I added to my
  44. C:\KERMIT\MSCUSTOM.INI file:
  45.  
  46. ; HP48GX setup macro
  47. ;
  48. define hp48setup -
  49.   set port com2,-
  50.   set speed 9600,-
  51.   set flow-control xon/xoff,-
  52.   set parity none,-
  53.   set control-character prefixed all
  54.  
  55.      I also put a simple MS-DOS batch file in the C:\KERMIT directory
  56. (which is in my PATH) named HP48.BAT to launch MS-DOS Kermit Version 3.14
  57. with the necessary configuration and start SERVER mode:
  58.  
  59. @echo off
  60. rem
  61. rem  C:\KERMIT\HP48.BAT
  62. rem
  63. c:\kermit\kermit hp48setup, server, stay
  64. echo.
  65.  
  66.      Thanks to everyone who contributed suggestions or sent me files.
  67.  
  68.  
  69. ---
  70. Jim Monty
  71. monty@indirect.com
  72. Tempe, Arizona USA